home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 19 / Amiga Plus Leser CD 19.iso / Tools / Freeware / Swf_Player / Player / timer.h < prev   
Encoding:
Text File  |  2002-11-17  |  340 b   |  24 lines

  1. /*
  2. **
  3. ** $VER: timer.h 0.1 (25.07.02)
  4. **
  5. ** Description
  6. **        Timer utility fonctions Header
  7. **
  8. ** (C) Copyright 2002 Alexandre Balaban
  9. **
  10. ** $HISTORY :
  11. **        - 0.1, 25.07.02 : Creating an appropriate header
  12. */
  13.  
  14. /*
  15. ** OpenTimer()
  16. **     Opens timer ;-)
  17. */
  18. int opentimer( void );
  19.  
  20. /*
  21. ** CloseTimer()
  22. **        Closes timer ;-)
  23. */
  24. void closetimer( void );